@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea { margin: 0; padding: 0; border: 0;}
th,td{ margin: 0; padding: 0;}
html { color: #000; }
html,body {width:100%;min-width:320px;}
body,button,input,select,textarea { margin:0; padding:0;  font-family: "微软雅黑","Microsoft Yahei", "Arial", "Verdana", "sans-serif";  font-size:14px; background:#fff}
ul,ol,li,dl,dd,dt{list-style: none;}
em { font-style: normal; }
a { text-decoration: none;outline:none; }
a:hover { text-decoration: underline; color:#e85300;}
legend { color: #000; }
fieldset,img { border: 0; }
label,button { cursor: pointer; }
/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; }
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg{overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
img { border: 0; vertical-align: middle;  }
a{ color:#3a3a3a; text-decoration:none;}
a:hover{ color:#0256ac; text-decoration:none}
a:active{color:#0256ac;}

.fl{float:left;}
.fr{float:right;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:4px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#fff; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#f2f3f6;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#f2f3f6;}

@-webkit-keyframes bounce-up {
25% {-webkit-transform: translateY(5px);}
50%, 100% {-webkit-transform: translateY(0);}
75% {-webkit-transform: translateY(-5px);}
}
@keyframes bounce-up {
25% {transform: translateY(5px);}
50%, 100% {transform: translateY(0);}
75% {transform: translateY(-5px);}
}

*,a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}

/*苹果手机默认按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
input{ border-radius: 0; } 

/**ly_top**/
.ly_top{width:100%; margin: 0 auto;background-color: #ffffff; }
.ly_top_in { width:90%;max-width:1280px; height: 100px; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_top .top_logo { width:500px; height: 54px; overflow: hidden; margin: 20px 0 26px 0; padding: 0; float: left;}
.ly_top .top_logo a{display:block;}
.ly_top .top_right {height: 40px; overflow: hidden; margin: 30px 0; padding: 0; float: right;}
.ly_top .top_right .tr{float:left;border-right:1px solid #ddd;padding:0 26px 0 20px; }
.ly_top .top_right .tr3{border-right:none;padding:0 0 0 20px; }
.ly_top .top_right .tr .tr_l{float:left;width:40px;height:40px;background-color:#16b4b9;background-image:url(../images/top_tel.png);background-position:center center;background-repeat:no-repeat; margin-right:5px;border-radius:4px 0 4px 0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.ly_top .top_right .tr2 .tr_l{background-image:url(../images/top_email.png);}
.ly_top .top_right .tr3 .tr_l{background-image:url(../images/top_qq.png);}
.ly_top .top_right .tr .tr_r{float:left;margin-left:5px;}
.ly_top .top_right .tr .tr_r p{color: #999;font-size:14px;font-weight:bold;}
.ly_top .top_right .tr .tr_r span{color: #333;font-size:14px;display:block;padding-top:5px;}
.ly_top .top_right a:hover .tr_l{background-color:#1f71c2;}

/**ly_nav**/
.ly_nav { width:100%; margin: 0 auto; padding: 0; background-color: #1f71c2;position:relative;-moz-box-shadow: 0px 0 10px rgba(0,0,0,.2);-webkit-box-shadow: 0px 0 10px rgba(0,0,0,.2);box-shadow: 0px 0 10px rgba(0,0,0,.2);}
.navigation { width:90%;max-width:1280px; margin:0 auto; padding:0; list-style:none;}
.navigation li { float:left;position:relative;width:11%;}

.navigation li a { display:block; width: 100%; height: 50px; line-height: 50px; margin: 0; padding:0; text-decoration:none; text-align:center; text-transform:uppercase; color:#ffffff; font-size: 16px; text-align: center;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.navigation li:hover, .navigation li span:hover, .navigation li span.nav_on { color:#fff; background-color: #16b4b9;}
.navigation li span.nav_on a{color:#fff;}
.navigation ul { position:absolute; left:0; top: 48px; display:none; margin:0; padding:0; list-style:none; z-index: 999; background-color: #fff; border-top: 2px solid #e20100;}
.navigation ul li { width:120px; float:left; border-top:none;}
.navigation ul li:nth-child(even) { background-color:#f5f6f8;}
.navigation ul a { display:block; height:45px; line-height: 45px; padding:0; color:#4e607b; font-size: 14px; font-weight: normal; text-decoration:none; border-top:none;}
.navigation ul a:hover { color:#fff; background-color: #fe0100;}
.web_nav{display:none;width:90%; height: 50px;line-height:50px;color:#fff;font-size:16px;margin:0 auto;font-weight:bold;}
.btn-menu {display:block;float:right;position:relative;background:transparent;cursor:pointer;padding: 15px 0;width:26px;height:16px;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after,.btn-menu span {background-color:#ffffff;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after {content:'';position:absolute;top:0;height:1px;width:100%;left:0;top:50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;}
.btn-menu span {position:absolute;width:100%;height:1px;left:0;top:50%;overflow:hidden;text-indent:200%;}
.btn-menu:before {-webkit-transform:translate3d(0,-7px,0);transform:translate3d(0,-7px,0);}
.btn-menu:after {-webkit-transform:translate3d(0,7px,0);transform:translate3d(0,7px,0);}
.btn-menu.active span {opacity:0;}
.btn-menu.active:before {background-color:#ffffff;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);}
.btn-menu.active:after {background-color:#ffffff;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);}
/*搜索框*/
.navigation li.h_search_wrap{border-radius:4px 0 4px 0;float:right;width:50px;height:40px;margin-top:3px;margin-right:20px;background:#00abfd;cursor:pointer;}
.navigation li.h_search_wrap:hover{background:#00cefd;}
.navigation li.h_search_wrap span{display:block;width:100%;height:40px;background:url(../images/search_btn.png) center center no-repeat;}
.navigation li.h_search_wrap2{background:#ea1211;}
.navigation li.h_search_wrap2:hover{background:#fd1e1d;}
.navigation li.h_search_wrap2 span{background:url(../images/search_btn2.png) center center no-repeat;}
.h_search{display:none;position:absolute;top:45px;left:0;margin:0 auto;z-index:999999;width:100%;padding:20px 0;background:rgba(0,0,0,.5);}
.h_search .form1{ width:80%;max-width:1280px;margin:0 auto;line-height:59px;}
.h_search .form_text1 { float:left; width:90%; height:50px; line-height:28px; text-indent:10px; outline:none;background:#ffffff;margin:3px 0;font-size:14px;border-radius: 0 0 0 4px;}
.h_search .form_button1{float:left;width:10%; height:50px; background:#1f71c2; border:0; outline:none; color:#FFF; margin:3px 0;cursor:pointer;border-radius:0 0 4px 0;font-size:16px;}
.h_search .form_button1:hover{ background:#16b4b9;}
/*导航悬浮样式*/
/*.ly_top2 {position:fixed;top:0;z-index:999;}
.ly_nav2 {position:fixed;top:100px;z-index:999;}*/
/*.ly_nav2 li{width:10%;}
.ly_nav2 li.logo2{float:left;width:10%;height:45px;background:#1c63a9 url(../images/logo2.png) center center no-repeat;}*/

.navigation li span { display:block;color: #fff;width:98%; padding: 0 1%; font-size: 14px; text-align: center;display: inline-block; cursor: pointer;position: relative;overflow: visible;;}
.navigation li span a{display:block;color: #fff;}
.navigation li span i{display:none;float:right;width:46px;height:46px;/*background:url(../images/pro_fl_icon.png) center center no-repeat;*/}
.navigation li div{position:absolute;top:46px;left:0;width:100%;background:#fff;z-index:999999;display:none;}
.navigation li div a{color: #555;width:98%; padding: 0 1%; font-size: 14px; text-align: center; height: 46px; line-height: 46px;border-bottom:1px dashed #dedede; display: inline-block; cursor: pointer;}
.navigation li div a:hover{background:#f1f1f1;color:#555;}
.navigation li:hover div{display:block;}

@media (max-width:1199px) {  }
@media (max-width:992px) {  }
@media (max-width:880px) {
.navigation li span i{display:block;}
.navigation{width:100%;display:none;}
.navigation li{width:100%;background:#f1f1f1;border-bottom:1px solid #ffffff;margin: 0 0;}
.navigation li a{color:#333; display:block;line-height:44px;}
.navigation li div{position:static;}
.navigation li div a{height:36px;line-height:36px;display:block;}
.navigation li div a:hover{background:#fff;}
.navigation li span{text-indent:46px;}
.navigation li span a{display:inline;color: #555;}
.navigation li span:hover a{color: #fff;}
.navigation li span.active a{color: #fff;}
}
@media (max-width:767px) {}

/* banner 开始 */
.apple-banner { width: 100%; height: 580px; overflow: hidden;}
.apple-banner .swiper-container { width: 100%; height: 580px;}
.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width: 15%; height: 100%; top:0; background:none; margin:0;}
.apple-banner .swiper-container .swiper-button-prev { left:0;}	
.apple-banner .swiper-container .swiper-button-next { right:0;}
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { display:block; width: 64px; height: 64px; position: absolute; top: 50%; margin-top:-32px; border-radius: 100%; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
.apple-banner .swiper-button-prev span { background: rgba(0,0,0,0.6) url(../images/arrows1.png) center center no-repeat; left: 20px;}
.apple-banner .swiper-button-next span { background: rgba(0,0,0,0.6) url(../images/arrows2.png) center center no-repeat; right:20px;}
.apple-banner .swiper-button-prev:hover span, .apple-banner .swiper-button-next:hover span{ opacity: .6;}
/*分页器*/
.apple-banner .swiper-pagination{ top:auto; bottom:24px; background:none;}
.apple-banner .swiper-pagination-bullet { display: inline-block; width: 12px; margin: 0 6px; cursor: pointer; background: none; border-radius:0; opacity: 1; border-radius:6px;}
.apple-banner .swiper-pagination-bullet span { width: 12px; height: 12px; display: block; background: rgba(255, 255, 255, 0.5); border-radius:50%;}
.apple-banner .swiper-pagination-bullet-active span{ background-color: #fff;}
.apple-banner .autoplay .swiper-pagination-bullet-active span{ background: rgba(255,255,255,0.5);}
.apple-banner .swiper-pagination-bullet i{ background-color: #fff; height: 12px; transform:scaleX(0); transform-origin: 0; display: block;}
.apple-banner .autoplay .firsrCurrent i{ transition:transform 2.9s linear; transform:scaleX(1); border-radius:6px;}
.apple-banner .autoplay .current i{ transition:transform 4s linear; transform:scaleX(1); border-radius:6px;}
.apple-banner .autoplay .replace span{ background-color:#fff;}

@media screen and (max-width: 1300px) and (min-width: 1200px){
	.apple-banner { height: 440px;}
	.apple-banner .swiper-container { height: 440px;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.apple-banner { height: 420px;}
	.apple-banner .swiper-container { height: 420px;}
	.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width:10%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.apple-banner { height: 400px;}
	.apple-banner .swiper-container { height: 400px;}
	.swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width:10%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.apple-banner { height: 300px;}
	.apple-banner .swiper-container { height: 300px;}
	.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width:10%;}
}
@media (max-width: 767px) {
	.apple-banner { height: 180px;}
	.apple-banner .swiper-container { height: 180px;}
	.apple-banner .swiper-container .swiper-button-prev, .apple-banner .swiper-container .swiper-button-next { width:10%;}
	.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { width:44px; height:44px; background-size:44px 44px;}
	.apple-banner .swiper-button-prev span { left:10px;}
	.apple-banner .swiper-button-next span { right:10px;}
	.apple-banner .swiper-pagination { bottom:12px;}
	.apple-banner .swiper-pagination-bullet { width:10px; height:10px; margin:0 5px;}
	.apple-banner .swiper-pagination-bullet span { width:10px; height:10px;}
	.apple-banner .swiper-pagination-bullet i { height:10px;}
}
@media (max-width: 320px) {
	.apple-banner { height: 140px;}
	.apple-banner .swiper-container { height: 140px;}
	
}
/* banner 结束 */

.h_news_wrap{background:#f8f8f8;width:100%;background-attachment: fixed;}
.h_news{width:90%;max-width:1280px;margin:0 auto;padding:40px 0 40px;}
.h_tlt1{width:100%;}
.h_tlt1 p{font-size:24px;font-weight:bold;color:#333;text-align:center;}
.h_tlt1 span{display:block;font-size:15px;color:#999;text-align:center;height:40px;line-height:40px;text-transform : uppercase;}
.h_tlt1 em{display:block;width:58px;height:2px;background:#1f71c2;margin:0 auto;}
.h_news  .news_bd{padding-top:40px;overflow:hidden;}
.h_news  .news_bd .news_tj{width:48%;float:left;}
.h_news  .news_bd .news_tj .news_tj_img a{display:block;width:100%;height:210px;overflow:hidden;text-align:center;background:#ffffff;border-bottom:1px solid #f5f5f5;}
.h_news  .news_bd .news_tj .news_tj_img a img{width:100%;vertical-align:middle;transition-duration: 3s;-ms-transition-duration: 3s;-moz-transition-duration: 3s;-webkit-transition-duration: 3s;}
.h_news  .news_bd .news_tj .news_tj_img a:hover img{transform: scale(1.1,1.1);opacity: 0.5;}
.h_news  .news_bd .news_tj .news_tj_img a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_news  .news_bd .news_tj .news_tj_con{background:#ffffff;padding: 14px 20px 26px;}
.h_news  .news_bd .news_tj p a{display:block;width:100%;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;font-size:18px;color:#333;font-weight:bold;height:50px;line-height:50px;}
.h_news  .news_bd .news_tj p a:hover{color:#16b4b9;}
.h_news  .news_bd .news_tj span{display:block;font-size:14px;color:#999;line-height:22px;background:#ffffff;height:66px;overflow:hidden;}
.h_news  .news_bd .news_tj em{display:block;font-size:14px;color:#c6c6c6;padding-top:10px;background:#ffffff;}
.h_news  .news_bd ul{width:50%;float:right;}
.h_news  .news_bd ul li{background:#ffffff;padding:22px 24px;margin-bottom:21px;position:relative;}
.h_news  .news_bd ul li .news_time{position:absolute;left:24px;top:24px;width:90px;text-align:center;background:#cacaca;padding:10px 0;overflow:hidden;border-radius:4px 0 4px 0;}
.h_news  .news_bd ul li .news_time p{font-size:24px;font-weight:bold;color:#fff;}
.h_news  .news_bd ul li .news_time span{font-size:14px;color:#fff;}
.h_news  .news_bd ul li .news_con{padding-left:110px;}
.h_news  .news_bd ul li .news_con p{overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_news  .news_bd ul li .news_con p a{font-size:18px;font-weight:bold;color:#333;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_news  .news_bd ul li .news_con span{display:block;font-size:14px;color:#999;line-height:22px;padding-top:5px;height:45px;overflow:hidden;}
.h_news  .news_bd ul li:hover .news_time{background:#16b4b9;}
.h_news  .news_bd ul li:hover .news_con p a{color:#16b4b9}

/*公司简介*/
.ly_about{ width:100%;background:#efefef;}
.ly_about_in{ width:90%;max-width:1280px;margin:0 auto;padding:40px 0 60px;}
.gsjj_img{float:left;margin-top:20px;width:40%;}
.gsjj_img img{max-width:100%;}
.gsjj_in{width:57%;float:right;margin:20px 0 0 0;}
.gsjj .h2{font-size:24px;color:#333;font-weight:bold;}
.gsjj .h2 span{font-size:20px;color:#cccccc;font-weight:normal;}
.gsjj .con{font-size:14px;color:#666;line-height:26px;margin-top:30px;margin-bottom:5px;overflow: hidden;    height: 233px;}
.gsjj a.more{display:block;width:140px;height:40px;font-size:14px;color:#fff;text-align:center;line-height:40px;background:#1f71c2;float:left;border-radius:4px 0 4px 0;}
.gsjj a.more:hover{background:#16b4b9;cursor:pointer;}

/*首页产品展示*/
.h_products{width:100%;background:#f8f8f8;}
.h_products_in{ width:90%;max-width:1280px;margin:0 auto;padding:40px 0 10px;}
.h_products .pro_hd{margin:30px auto 40px;}

.h_products .pro_hd ul{margin:0 auto;max-width:100%;height:41px;overflow:hidden;text-align:center;font-size: 0;}
.h_products .pro_hd ul li{display:inline-block;margin:0 1px 2px;}
.h_products .pro_hd ul li a{display:block;background: #eee;padding: 8px 30px;color: #76838f;-webkit-transition: .25s;-o-transition: .25s;transition: .25s;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;height:24px;line-height:24px;font-size:14px;max-width:150px;transition-duration: .3s;-ms-transition-duration: .3s;-moz-transition-duration: .3s;-webkit-transition-duration: .3s;}
.h_products .pro_hd ul li a:hover{background: #16b4b9;color:#fff;}
.h_products .pro_hd ul li.on a{background: #1f71c2;color:#fff;}
.h_products .pro_bd ul li{float:left;width: 22.5%;margin-right:3%;margin-bottom:30px;}
.h_products .pro_bd ul li:nth-child(4n) {margin-right: 0px;}
.h_products .pro_bd ul li div{display:block;width:100%;box-shadow: 0px 0px 72px 0px #e1dddd;-webkit-transition: all .25s;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;box-shadow: 0px 0px 10px #eee;background: #fff;}
.h_products .pro_bd ul li div .pro_img{display:block;text-align:center;width:100%;height:230px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.h_products .pro_bd ul li div .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.h_products .pro_bd ul li div .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_products .pro_bd ul li p a {display:block;height:40px;line-height:40px;font-size:14px;text-align:center;color:#fff;padding:0 5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background: #a9a9a9;}
.h_products .pro_bd ul li>div:hover p a{background:#16b4b9;color:#ffffff;}
.h_products .pro_bd ul li>div:hover img{transform: scale(1.1,1.1);opacity: 0.8;}
@media screen and (max-width: 450px){
.h_products .pro_bd ul li div .pro_img{display:block;text-align:center;width:100%;height:165px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
}


/*我们的优势*/
.youshi_wrap{overflow:hidden;width:100%;overflow-x: hidden;margin-left:0;}
.h_youshi{width:100%;background:#fff;}
.h_youshi_in{width:90%;max-width:1280px;padding:40px 0;margin:0 auto;}
.h_youshi_in ul{padding-top:40px;}
.h_youshi_in ul li{float:left;margin-right:2%;width:23%;}
.h_youshi_in ul li:nth-child(4n){margin-right: 0px;}
.h_youshi_in ul li .icon{text-align:center;width:120px;height:120px;margin:0 auto;background:#eee;border-radius:50%; display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;transition: background 0.5s,color 0.5s;-moz-transition: background 0.5s,color 0.5s;-webkit-transition: background 0.5s,color 0.5s;-o-transition: background;}
.h_youshi_in ul li .icon span{display:block;width:50px;height:50px;background:url(../images/ys1.png) center center no-repeat;background-size:cover;transition: background 0.5s,color 0.5s;-moz-transition: background 0.5s,color 0.5s;-webkit-transition: background 0.5s,color 0.5s;-o-transition: background;}
.h_youshi_in ul li .icon2 span{background:url(../images/ys2.png) center center no-repeat;background-size:cover;}
.h_youshi_in ul li .icon3 span{background:url(../images/ys3.png) center center no-repeat;background-size:cover;}
.h_youshi_in ul li .icon4 span{background:url(../images/ys4.png) center center no-repeat;background-size:cover;}
.h_youshi_in ul li .tlt{text-align:center;margin-top: 20px;margin-bottom: 5px;font-size: 17px;color: #2a333c;}
.h_youshi_in ul li p{text-align:center;margin-top: 10px;margin-bottom: 5px;font-size: 14px;color: #999;}
.h_youshi_in ul li:hover .icon{background:#16b4b9;}
.h_youshi_in ul li:hover .icon1 span{background:url(../images/ys1a.png) center center no-repeat;background-size:cover;}
.h_youshi_in ul li:hover .icon2 span{background:url(../images/ys2a.png) center center no-repeat;background-size:cover;}
.h_youshi_in ul li:hover .icon3 span{background:url(../images/ys3a.png) center center no-repeat;background-size:cover;}
.h_youshi_in ul li:hover .icon4 span{background:url(../images/ys4a.png) center center no-repeat;background-size:cover;}

/* 友情链接 */ 
#link_main {padding: 15px 0;background:#f8f8f8; }
#link { padding:0;width:90%;max-width:1280px;margin:0 auto;}
.link_title { line-height:40px; height:40px;  color:#fff;  }
.link_title .h2 {background:url(../images/link.png) left center no-repeat;text-indent:35px; font-size:16px; color:#333; font-weight: bold;border-bottom: 1px dotted #dedede;}
.link_body { color:#000; border-top:0px; border-bottom:0px; }
.link_bottom{}
.link_pic { overflow:auto; zoom:1;  }
.link_pic ul li { float:left; padding:1px 5px; text-align:center; width:112px;}
.link_pic img { width:86px; height:30px; padding:2px; border:1px solid #CCC; }
.link_pic ul li a:hover img { border:1px solid #00a4ef; }
.link_text { overflow: hidden; zoom:1; padding:8px 0 8px 0; }
.link_text ul li { float:left; text-align:center; padding:1px 15px; overflow:hidden;white-space:nowrap;}
.link_text a { line-height:22px; color:#666; }
.link_text a:hover { line-height:22px; color:#0256ac; }

/*底部信息*/
.h_foot1{background: #1f71c2;padding: 20px 0px;color: #aaaaaa;}
.h_foot1 .h_foot1_in{width:90%;max-width:1280px;margin:0 auto;text-align:center;line-height:40px;}
.h_foot1 .h_foot1_in>p{display:inline-block;color: #fff;font-size:24px;height:40px;line-height:40px;vertical-align:top;}
.h_foot1 .h_foot1_in a{display:inline-block;background: #16b4b9;padding:10px 20px;color:#cecece;vertical-align:top;margin-left:20px;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.h_foot1 .h_foot1_in a:hover{background:#1b4e80;color:#14a2a7;}
.h_foot1 .h_foot1_in a p{float:left;color: #fff;font-size:14px;height:20px;line-height:20px;padding-right:15px;}
.h_foot1 .h_foot1_in a span{float:left;display:block;height:20px;line-height:20px;padding-left:15px;border-left:1px solid #fff;}
.h_foot1 .h_foot1_in a span:before{content: "";display:block;border-radius:50%; width:18px;height:18px;background:url(../images/right.png) center center no-repeat;background-size:cover;margin-top:1px;}

.h_foot2{background: #1c222a;padding: 20px 0px;color: #aaaaaa;}
.h_foot2 .h_foot2_in{width:90%;max-width:1280px;margin:0 auto;text-align:center;line-height:24px;}
.h_foot2 .h_foot2_in a{color:#cecece;}
.h_foot2 .h_foot2_in a:hover{color:#14a2a7;}

/*悬浮链接*/
.suspension{position:fixed;z-index:999999999;right:0;bottom:60px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:55px;height:40px;padding:10px 0 5px;background-color:#1f71c2;margin-bottom:4px;cursor:pointer;outline:none;text-decoration:none;text-align:center;}
.suspension .a.active,
.suspension .a:hover{background:#16b4b9;}
.suspension .a .i{display:inline-block;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
.suspension .a-service .i{display:inline-block;width:20px;height:20px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a span{display:block;width:100%;text-align:center;color:#fff;font-size:12px;}
.suspension .a-service-phone .i{display:inline-block;width:20px;height:20px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{display:inline-block;width:20px;height:20px;background-position: -56px -12px;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:240px;background:#fff;position:absolute;right:67px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;/*background:url(../images/side_bg_arrow.png) no-repeat;*/right:-8px;top:31px;}
.qrcode-img img{width:150px;margin:0 auto;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:50px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px;}
.suspension .d-service-item{padding:4px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item p{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service .d-service-item p{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:14px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;width:160px;}
.suspension .d-qrcode .inner-box{padding:10px 0;}
.suspension .d-qrcode p{font-size:14px;color:#999;padding-top:5px;}
@media screen and (max-width: 880px){
.suspension .a-service,.suspension .a-qrcode, .suspension .d-service-phone,.suspension .a span{ display:none !important;}
.suspension .a,.suspension .a:hover{border-radius: 50px; background-image: linear-gradient(to top right, #1475cf, #2f98f4); opacity: 0.9; margin-bottom: 15px;}
.suspension .a-service-phone .i{background-image: url(../images/suspension-bgxin.png);background-position: 5px -1px;width: 45px;height: 45px; margin-left:0; margin-top:0;}
.suspension .a-top .i{background-position: -132px -4px;}
.suspension .a-top,.suspension .a-top:hover{background-image: linear-gradient(to top right, #16b4b9, #59e4cd);}
}

/*==============内页样式开始==========================*/
.ny_banner {overflow: hidden;width: 100%;/*margin-top:150px;*/}
.ny_banner .slideshow {height: 320px;overflow: hidden;background-repeat: no-repeat;background-position: center center;background-size: cover;}
@media (max-width: 1199px) and (min-width: 1001px){.ny_banner .slideshow {height: 300px;}}
@media screen and (max-width: 1000px){.ny_banner .slideshow {height: 280px;}}
@media screen and (max-width: 880px){.ny_banner{/*margin-top:120px;*/}}
@media screen and (max-width: 760px){.ny_banner .slideshow {height: 170px;}}
@media screen and (max-width: 480px){.ny_banner .slideshow {height: 120px;}}

.ny_content_wrap{background: #ffffff;width:100%;}
.ny_content{width:90%;max-width:1280px;margin:0 auto;padding-top:35px;padding-bottom:20px;}
.ny_content .content_left{float:left;width:20%;background:#ffffff;}
.ny_content .content_left .c_tlt{height:60px;line-height:60px;text-align:center;font-size:20px;font-weight:bold;background: #1f71c2;color:#ffffff;}
.ny_content .content_left .c_tlt em{display:none;}
.pro_mulu{display:block;padding:10px 10px;box-shadow: 0px 0px 10px #eee;background: #fff;}
.pro_mulu li p {overflow:hidden;height:45px;line-height:45px;padding:0 0 0 10px;border-bottom:1px dotted #dedede;margin-bottom:5px;}
.pro_mulu li p a{width: 80%;float: left;display: block;height:45px;line-height:45px;text-align:left;color:#555;font-size:15px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_mulu li p span{display:block;width:20%;height:45px;float:right;background: url(../images/menu_tb1.png) 80% center no-repeat;}
.pro_mulu li p.on{background:#16b4b9;color:#ffffff;}
.pro_mulu li p.on span{background: url(../images/menu_tb2.png) 80% center no-repeat;}
.pro_mulu li p.on a{color:#ffffff;}
.pro_mulu li p:hover{background:#16b4b9;color:#ffffff;}
.pro_mulu li p:hover a{color:#ffffff;}
.pro_mulu li p:hover span{background: url(../images/menu_tb2.png) 80% center no-repeat;}
.pro_mulu li.on>a{background:#16b4b9;color:#ffffff;border:1px solid #fff;}
.pro_mulu li div{margin-bottom:10px;background: #f1f1f1;}
.pro_mulu li div a{display:block;background:#f1f1f1;border:0;height:38px;line-height:38px;font-size:14px;border:1px solid #f1f1f1;font-weight:normal;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;padding:0 20px;}
.pro_mulu a.pro_more{background:#ddd;display:block;text-align:center;height:40px;line-height:40px;}
.news_l{padding:5px 10px 20px;margin-bottom:20px;box-shadow: 0px 0px 10px #eee;background: #fff;}
.news_l li a{display:block;font-size:14px;color:#555;padding-left:20px;padding-right:5px;background:url(../images/news.png) 10px center no-repeat;height:45px;line-height:45px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;border-bottom:1px dashed #dedede;}
.news_l li a:hover{color:#0256ac;}

.ny_content .content_right{float:right;width:76%;background:#ffffff;}
.ny_content .content_right2{float:none;width:98%;padding-bottom:30px;}
.ny_content .content_right .bread_nav{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;border-bottom:1px dotted #dedede;padding-bottom:5px;}
.ny_content .content_right .bread_nav span{width:20%;font-size:20px;color:#333;float:left;font-weight:bold;}
.ny_content .content_right .bread_nav div{float:right;width:78%;text-align:right;color:#777;overflow:hidden;}
.ny_content .content_right .bread_nav div>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav div a{color:#555;}
.ny_content .content_right .bread_nav div a:hover{color:#0256ac}
.ny_content .content_right .conn{color:#555;font-size:14px;line-height:28px;padding-top:10px;}
.ny_content .ny_news_con2{min-height:300px;}
.ny_content .content_right .conn .ny_news_con img,.ny_content .content_right .conn .ny_news_con  table,.ny_content .content_right .conn .ny_news_con  tr,.ny_content .content_right .conn .ny_news_con  td,.ny_content .content_right .conn .ny_news_con  p,.ny_content .content_right .conn .ny_news_con  span,.ny_content .content_right .conn .ny_news_con  div,.ny_content .content_right .conn .ny_news_con  video,.ny_content .content_right .conn .ny_news_con  iframe,.ny_content .content_right .conn .ny_news_con2 table,.content_right .conn .ny_news_con2 img{max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;word-break:break-all; width:auto !important; height:auto !important;}
@media (max-width: 767px){
.ny_content .content_right .bread_nav span{float:none;width:100%;}
}
/*内页产品展示*/
.ny_products{width:100%;background:#ffffff;}
.ny_products .pro_bd ul li{float:left;width:31%;margin-right:3%;margin-bottom:30px;}
.ny_products .pro_bd ul li:nth-child(3n) {margin-right: 0px;}
.ny_products .pro_bd ul li div{display:block;width:100%;box-shadow: 0px 0px 10px #eee;background: #fff;-webkit-transition: all .25s;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;}
.ny_products .pro_bd ul li div .pro_img{display:block;text-align:center;width:100%;height:230px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.ny_products .pro_bd ul li div .pro_img img{vertical-align:middle;max-width:90% !important;max-height:90%;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.ny_products .pro_bd ul li div .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_products .pro_bd ul li div p a{display:block;height:40px;line-height:40px;font-size:14px;text-align:center;color:#fff;padding:0 12px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background: #a9a9a9;}
.ny_products .pro_bd ul li>div:hover p a{background:#16b4b9;color:#ffffff;}
.ny_products .pro_bd ul li>div:hover img{transform: scale(1.1,1.1);opacity: 0.8;}

.new_inside {overflow:hidden;margin-bottom:30px;}
.new_inside li {width:100%;}
.news_box {position:relative;border-bottom:1px solid rgba(0,0,0,.06);background:transparent;height:180px;}
.news_txt {float:left;padding:36px 0 28px 14%;transition:all .3s ease-out 0s;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; width:100%;}
.news_box:hover .news_txt {padding:36px 0 28px 16%;}
.news_txt a span{font-size:19px;color:#717171;display:block;height:26px;margin-bottom:17px;transition:all .3s ease-out 0s;max-width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis; display:block;}
.news_box:hover .news_txt a span{color:#333;}
.news_box:hover .news_txt i {color:#999}
.news_txt i {color:#7D7D7D;font-style:normal;line-height:24px;height: 73px;display: block;overflow: hidden;}
.news_date {width:80px;float:right;font-family:"微软雅黑";color:#999;padding:36px 66px 0 0;transition:all .3s ease-out 0s;position:absolute;left:0;float:left;padding-top:30px;}
.news_box:hover .news_date {padding:36px 86px 0 0}
.arrow_left {position:absolute;top:100px;left:5px;width:35px;height:35px;text-align:center;border:1px solid #fff;transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;background:url(../images/icon.png) no-repeat 9px 14px;}
.news_box:hover .arrow_left {border:1px solid #16b4b9;background:url(../images/icon_hover.png) no-repeat 9px 14px #16b4b9;}
.arrow_left i {width:14px;height:9px;display:block;margin:13px 0 0 11px;}
.news_date span {float:left;line-height:36px;height:36px;font-size:22px;font-family:"微软雅黑";width: 100%;}
.news_date i {float:left;color:#ABABAB; font-style:normal;}
.news_txt a span::before {width:35px;height:1px;content:'';background:#BFBFBF;position:absolute;top:48px;left:90px;transition:all 0.3s ease-out 0s;}
.news_box:hover .news_txt a span::before {width:60px;transition:all 0.3s ease-out 0s;background:#16b4b9;}
.news_box:hover .news_date span {color:#333;}
.news_box:hover .news_date {padding:30px 42px 0 0;}

.ny_content .content_right .conn .ny_news_tlt{text-align:center;font-size:20px;color:#555;padding:10px 0;}
.ny_news_time{text-align:center;font-size:14px;color:#999;padding-bottom:10px;border-bottom:1px dashed #dedede;margin-bottom:10px;}
.ny_news_ye{padding-top:30px;}
.ny_news_ye p{ max-width:100% !;height:35px;line-height:35px;background:#f1f1f1;margin-bottom:10px;padding:0 20px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.content_left .show_menu{width:100%;}

.page_list{margin-bottom:30px;}
.ly_msg h3{display:none;}

.content_right .conn .pro_name{font-size:24px;font-weight:bold;line-height:28px;color:#0256ac;margin-bottom:10px;}

.content_right .conn .proshow1{padding-top:40px;position:relative;padding-bottom:20px;}
.content_right .conn .proshow1 .js-silder{float:left;width:45%;margin-top:0 !important;/*border:1px solid #ddd;*/box-shadow: 0px 0 15px 0 #e1dddd;}
.proshow1 .js-silder .silder-main-img {width:100%;text-align:center;height:400px;}
.proshow1 .js-silder .silder-main-img img {max-width:90% !important;max-height:90%;vertical-align:middle}
.proshow1 .js-silder .silder-main-img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.proshow1 .prodesc p{font-size:14px;line-height:24px;margin-bottom:10px;}
.proshow1 .prodesc p.bt{font-size:20px;font-weight:normal;color:#555555;}
.content_right .conn .proshow1 .prodesc{float:right;width:51%;}
.content_right .conn .proshow1 .prodesc p.desc{height:163px;overflow:hidden;color:#999;}
.content_right .conn .proshow1 .pro_btn{padding-top:30px;overflow:hidden;}
.content_right .conn .proshow1 .pro_btn1{display:block;width:40%;margin-right:20px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#fff;background:#0256ac;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn2{display:block;width:40%;margin-right:0;height:55px;line-height:55px;text-align:center;font-size:16px;background:#7b7b7b;color:#fff;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn2 em{display:block;}
.content_right .conn .proshow1 .pro_btn1:hover{background:#fff;border:1px solid #0256ac;color:#0256ac;}
.content_right .conn .proshow1 .pro_btn2:hover{background:#fff;border:1px solid #7b7b7b;color:#7b7b7b;}

.content_right .conn .xgcp{}
.content_right .conn .xgcp li{float:left;width:23%;margin-right:2.1%;margin-bottom:30px;}
.content_right .conn .xgcp li:nth-child(4n) {margin-right: 0px;}
.content_right .conn .xgcp li div{display:block;width:100%;box-shadow: 0px 0px 10px #eee;background: #fff;-webkit-transition: all .25s;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;}
.content_right .conn .xgcp li div .pro_img{display:block;text-align:center;width:100%;height:230px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;position:relative}
.content_right .conn .xgcp li div .pro_img img{vertical-align:middle;max-width:90% !important;max-height:90% !important;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.content_right .conn .xgcp li div .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.content_right .conn .xgcp li div p a{display:block;height:40px;line-height:40px;font-size:14px;text-align:center;color:#fff;padding:0 5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background:#a9a9a9;}
.content_right .conn .xgcp li:hover div .pro_img:after{content:'';display:block;width:100%;height:100%;background:rgba(50, 53, 58, 0.68) url(../images/pro_hover.png) center center no-repeat;position:absolute;top:0;left:0;}
.content_right .conn .xgcp li>div:hover p a{background:#16b4b9;color:#ffffff;}
.content_right .conn .xgcp li>div:hover img{transform: scale(1.1,1.1);opacity: 0.8;}

.tags_title{border-bottom:1px solid #DDD;margin:40px 0 30px;}
.tags_title span{width:80px;padding:0 15px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#fff;color:#333;display:block;margin-left: 5px;border: 1px solid #DDD;border-bottom:1px solid #ffffff;font-weight:bold;}

.proshow2{padding-top:20px;}
.proshow2 .prodetail_con{float:right;width: 76%;}
.proshow2 .prodetail_con .tags_title{margin:0;}
.proshow2 .prodetail_con .content{padding:30px 0;}
.proshow2 .prodetail_con .content img{max-width:80%;height:auto !important;}

.contact .tags_title{}
.contact .tags_title span{float:left;width:auto;cursor:pointer;}
.contact .tags_title span.ron{background:#f1f1f1;border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;color:#666;font-weight:normal;}
.contact .content2{display:none;}
.contact .content1 ul{}
.contact .content1 ul li{float: left;width:30%;margin-right: 3.33333%;}
.contact .content1 ul li:nth-child(3n){margin-right:0;}
.contact .content1 ul li a{display:block;}
.contact .content1 ul li a em{display:block;float:left;width:60px;height:60px;border:1px solid #ddd;border-radius:50%;margin-right:15px;}
.contact .content1 ul li.lx1 em{background:url(../images/contact_tel.png) center center no-repeat;}
.contact .content1 ul li.lx2 em{background:url(../images/contact_email.png) center center no-repeat;}
.contact .content1 ul li.lx3 em{background:url(../images/contact_address.png) center center no-repeat;-webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;}
.contact .content1 ul li a .wz{float:left;width:78%;}
.contact .content1 ul li a .wz p{font-size:20px;padding-bottom:10px;}
.contact .content1 ul li a .wz span{font-size:20px;}



.lx_dz { width:100%; overflow:hidden; margin:50px auto 20px; padding:0;}
.lx_dz .dz_map { width:97%; height:370px; overflow:hidden; margin:0 auto; padding:1%; border:1px solid #d9d9d9;}
.lx_dz .dz_map iframe{width:100%;}
.lx_dz .dz_map iframe body{width:100%;}
.page_list{text-align:center;padding-top:20px;}
.page_list a{display:inline-block;padding:0 16px;background:#a9a9a9;height:36px;line-height:36px;text-align:center;margin-right: 5px;color:#fff;}
.page_list a:hover{background:#0256ac;color:#ffffff;}
.page_list a.pnnum1{background:#0256ac;color:#ffffff;}
.page_list input{display:inline-block;padding:0 5px;background:#1f71c2;width:40px !important;height:30px !important;line-height:30px;text-align:center;margin:0 5px;color:#fff;cursor:pointer;}
.page_list .p_input{display:inline-block;padding:0 5px;background:#ddd;height:30px;line-height:30px;text-align:center;margin:0 5px;color:#555;cursor:default;}

.cpzx .ly_msg { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.cpzx .ly_msg h3 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px solid #dfdfdf; color: #333; font-size: 14px; font-weight: bold; text-align: center;}
.cpzx .ly_msg ul { width: 100%; overflow:hidden; margin: 20px auto; padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/}
.cpzx .ly_msg ul li { width: 100%; overflow: hidden; margin: 0 auto 12px; padding: 0;}
.cpzx .ly_msg ul li h4 { width:17%; height: 34px; overflow: hidden; line-height: 34px; margin: 0; padding: 0 20px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;font-weight: normal;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1 { height: 34px;}
.cpzx .ly_msg ul li .msg_tara { height: 118px;}
.cpzx .msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 14px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt1 input { height: 34px; line-height: 16px;}
.cpzx .msg_tara textarea { height: 118px; line-height: 20px; resize: none;}
.cpzx .ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding:0; float: left;}
.cpzx .msg_ipt2 input { display: block; width: 120px; height: 34px; overflow: hidden; line-height: 16px; margin: 0; padding: 8px 15px; color: #666; font-size: 14px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li a.yzm_img { display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left;}
.cpzx .ly_msg ul li .msg_btn { width:83%; overflow: hidden; margin: 0; padding: 0; float: left;}
.cpzx .msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 20px 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 14px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.cpzx .ly_msg ul li h4 {width: 10%;height: 45px;font-size:14px;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90%;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90% !important;}
.cpzx .ly_msg ul li .msg_ipt1 {height: 47px;}
.cpzx .msg_ipt1 input { height: 45px; line-height: 45px;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 90% !important;height: 45px !important;}
.cpzx .msg_ipt12 input {height:45px;}
.cpzx .ly_msg ul li .msg_ipt1 select{height: 45px !important;}
.cpzx input{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx textarea{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx select{border-radius:2px;border:none !important;background:#f1f1f1;outline:none;text-indent:10px;}
.cpzx input:focus,.cpzx textarea:focus{border: 1px solid #dedede !important;}
.cpzx  .ly_msg ul li a.yzm_img img{height:100% !important;}
.cpzx .msg_btn input{width:150px;height:45px;line-height:45px;cursor:pointer;}
.cpzx .msg_btn input:first-child{background:#1f71c2;color:#fff;outline:none;}
.cpzx  .msg_ipt2 input {height: 45px;}
.cpzx  .ly_msg ul li .msg_ipt2{height: 45px;}


.ny_news_con{min-height:500px;}

/*小尺寸屏幕电脑*/
@media (max-width:1199px){
.ly_top .top_logo{width:60%;}
.ly_top .top_right{}
.ly_top .top_right .tr_r{display:none;}

.h_news {width: 90%;}

.ly_about_in{width:96%;padding: 20px 0 22px;}
.gsjj{background: none;}
.gsjj_img{margin-top:30px;width:30%;}
.gsjj_img img{width:auto;height:230px;max-width:100%;}
.gsjj_in{width: 65%;margin: 30px 30px 0 0;}
.gsjj h2{padding:0 10px;}
.gsjj .con{height:125px;margin: 14px 10px 10px 10px;}
.gsjj a.more{margin: 10px 0 0 10px;}

.ny_content .content_left{width:22%;}
.ny_content .content_right{width:72%;}
.ny_content .content_right2{width:98%;}

.h_products .pro_bd ul li{width:48%;}
.h_products .pro_bd ul li:nth-child(2n){margin-right: 0;}
.h_products .pro_hd ul li a{padding: 8px 10px;}
.h_products .pro_bd ul li div a .pro_img{height:300px;}

.ny_products .pro_bd ul li{width:48%;}
.ny_products .pro_bd ul li:nth-child(2n){margin-right: 0;}
.ny_products .pro_bd ul li:nth-child(3n){margin-right: 3%;}
.ny_products .pro_bd ul li:nth-child(6n){margin-right: 0;}
.ny_products .pro_hd ul li{padding: 8px 10px;}
.ny_products .pro_bd ul li div a .pro_img{height:300px;}

#myscroll li .intro {bottom: -12px;}
.scrollpic_wrap{padding: 40px 0 30px;}

#link{width:96%;}

.ny_banner .search{width:auto;top:auto;bottom:10%;left:auto;right:5%;margin-left:0;}
#KFRightScreen{display:none !important;}
#KFCenterScreen{display:none !important;}
#KFBoxTitle{display:none !important;}
.custombox{display:none !important;}
.ny_content{width:95%;}

.content_right .conn .xgcp li{width: 21%;margin-right: 5.33333%;}
.contact .content1 ul li a .wz{width:60%;}
.silder-main{min-height:inherit;}
.cpzx .ly_msg ul li h4{ width:15%;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara,.cpzx .ly_msg ul li .msg_ipt12{ width:85% !important;}
}

/*平板*/
@media (max-width:991px){
.navigation li{width:10%;}
	
.flickerplate{height:380px;}
.flickerplate ul.flicks>li:nth-child(1){background-image:url(../images/banner_sj1.jpg) !important;}
.flickerplate ul.flicks>li:nth-child(2){background-image:url(../images/banner_sj2.jpg) !important;}	
.flickerplate ul.flicks>li:nth-child(3){background-image:url(../images/banner_sj3.jpg) !important;}	

.h_news .news_bd .news_tj {width: 100%;float: none;margin-bottom:20px;}
.h_news .news_bd ul {width: 100%;float: none;}

.gsjj{background:none;}
.gsjj_img{margin-top: 0;width:100%;display:block}
.gsjj_img img{width:100%;display:block;height:auto;}
.gsjj_in{width:100%;margin: 20px 0 0 0;}
.gsjj a.more{float:none;margin:20px auto;}

#KFRightScreen{display:none !important;}
#KFCenterScreen{display:none !important;}
#KFBoxTitle{display:none !important;}
.custombox{display:none !important;}

.h_products_in{padding: 20px 0 10px;}
.h_products .pro_hd ul{display:none;}

.link_title{height:40px;line-height:40px;}

.page_list td span{display:none;}
.page_list td a{display:none;}
.page_list td #uppage{display:inline-block;}
.page_list td #downpage{display:inline-block;}
.page_list td #firstpage{display:inline-block;}
.page_list td #endpage{display:inline-block;}
.page_list a{margin-right:5px;}
.page_list{font-size:0;color:#fff;margin-bottom: 0;}
.page_list input{display:none !important;}
.page_list a{font-size:14px;}

.scrollpic_wrap{margin: 10px auto 0;padding: 20px 0 30px;}

#myscroll ul li{height:150px;}
#myscroll .intro a h5{font-size:14px;font-weight:normal;height:30px;line-height:30px;}

.content_right .conn .xgcp li div .pro_img{height:170px;}

.ny_content .ny_news_con{min-height:150px;}
.news_txt {padding:36px 0 28px 20%;}
.news_box:hover .news_txt{padding:36px 0 28px 24%;}
}

@media (max-width:880px){	
.ly_top{height:70px;}
.ly_top_in{height:70px;}
.ly_top .top_logo{width:100%;height:50px;text-align: center;margin: 10px 0; display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;}
.ly_top .top_logo a{width:100%;text-align:center;}
.ly_top .top_logo a img{max-width: 90%;display:inline-block;vertical-align:top;}
.ly_top .top_right{display:none;}
/*导航悬浮样式*/
/*.ly_nav2 {top:70px;}*/

/*.flickerplate{margin-top:110px;}*/


.web_nav{width:96%;display:block;}
.navigation{width:100%;display:none;}
.navigation li{width:100%;background:#f1f1f1;border-bottom:1px solid #ffffff;}
.navigation li a{color:#555;height:40px;line-height:40px;}
.navigation li.logo2{display:none;}
.h_search_wrap{display:none;}
.h_search .form1{margin-top:2px;}
.h_search{width:70%;top:0;left:20%;background:none;display:block;padding:0 0;}
.h_search .form_text1{width:70%;height: 40px;}
.h_search .form_button1{width:30%;background: #16b4b9;height: 40px;}

.youshi_wrap{}
.h_youshi_in ul li p{font-size:14px;margin-top:0;}
.h_youshi_in ul{width:96%;padding:20px 2% 0;}
.h_youshi_in{overflow:hidden;width:100%;padding: 20px 0 0;}
.h_youshi_in ul li{width:46%;margin-bottom:10px;margin-right:20px;}
.h_youshi_in ul li:nth-child(2n){margin-right:0;}
.h_youshi_in ul li .icon{width:80px;height:80px;}
.h_youshi_in ul li .icon span{width:30px;height:30px;}
.h_youshi_in ul li .tlt{margin-top:10px;font-size: 16px;}

.h_foot1 .h_foot1_in>p{height:auto;    font-size: 16px;line-height:35px;}

.contact .content1 ul li {float: none;width: 100%;margin-right: 0;margin-bottom:20px;}
.contact .content1 ul li a .wz{width:74%;}
.contact .content1 ul li a .wz p {float:left;width:100%;line-height:26px;padding-right:10px;font-size:18px;}
.contact .content1 ul li a .wz span {float:left;width:100%;line-height:26px;}
.contact .content1 ul li.lx3 a .wz span {float:left;line-height:30px;font-size:16px;}
.lx_dz {margin: 20px auto 20px; }
.lx_dz .dz_map{height:270px;}

.ny_news_con{min-height:200px;}

.ly_msg ul li h4{display:none;}
.cpzx .ly_msg ul li div{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara{width:100% !important; padding-right:0;}
.cpzx .ly_msg ul li .msg_ipt12{width:100% !important;padding-right:0;}
.ly_msg ul li div.msg_ipt2{width:30% !important;}
.cpzx .msg_ipt2 input{ width:100%;}
.ly_msg ul li span{display:none;}
.ly_msg{margin: 0 auto 0 !important;}
.cpzx .msg_btn input{width:49%;margin-right:0;}
.cpzx .msg_btn input:first-child{margin-right:2%;}

.proshow2 .prodetail_con{width: 74%;}
}

/*手机*/
@media (max-width:767px){
.flickerplate{height:240px;}
.flickerplate ul.flicks>li:nth-child(1){background-image:url(../images/banner_sj1.jpg) !important;}
.flickerplate ul.flicks>li:nth-child(2){background-image:url(../images/banner_sj2.jpg) !important;}
.flickerplate ul.flicks>li:nth-child(3){background-image:url(../images/banner_sj3.jpg) !important;}

.h_news {padding: 20px 0;}
.h_news .news_bd {padding-top: 20px;}
.h_news .news_bd .news_tj .news_tj_img a {height: 140px;}
.h_news .news_bd ul li {padding: 15px;margin-bottom: 15px;}
.h_news .news_bd ul li .news_time {left: 15px;top: 15px;}

.ly_about_in{padding: 20px 0 20px;}

.h_products .pro_hd ul li a{padding: 8px 10px;}
.h_products .pro_bd ul li div a .pro_img{height:150px;}

.ny_products .pro_hd ul li a{padding: 8px 10px;}
.ny_products .pro_bd ul li div a .pro_img{height:150px;}

#myscroll li .intro {bottom: -24px;}

.h_foot1{padding: 10px 0px 20px;}
.h_foot1 .h_foot1_in>p{width:100%;}

.ny_content{padding-top: 15px;}

.ny_content .content_left{float:none;width:98%;padding:1%;margin-bottom: 20px;}
.ny_content .content_right{float:none;width:98%;padding:1%;}
.ny_content .content_right .bread_nav{overflow:visible;height:auto;line-height:24px;}
.ny_content .content_right .bread_nav h2{float:none;width:100%;}
.ny_content .content_right .bread_nav div{float:none;width:100%;text-align:left;line-height:20px;padding:10px 0 7px;}
.ny_content .content_right .bread_nav div>em{height:15px;}
.ny_content .content_left .c_tlt{padding:0 20px;height:38px;line-height:38px;cursor:pointer;font-size: 16px;text-align: left; }
.ny_content .content_left .c_tlt span{ cursor:pointer; font-size: 16px;float: left;width: 30%;text-align: left;}
.ny_content .content_left .c_tlt em{cursor:pointer; display:block;font-size: 15px;width:30%;text-align:right;color:#ffffff;height:40px;line-height:40px;float:right;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}

.ny_content .content_left .pro_mulu{height:300px;display:none;width: 94%;padding: 10px 3%;}
.ny_content .content_left .pro_mulu ul{width: 100%;height: 100%;overflow-y: scroll;overflow-x: hidden;margin: 0 auto;padding: 0 10px;box-sizing: border-box;}

.news_txt{padding: 20px 0 20px 23%;}
.news_date{width:20%;padding: 20px 3% 0 0;}
.news_txt a span::before{display:none;}
.news_txt a span{margin-bottom: 10px;}
.news_txt i{height:50px;overflow:hidden;display:block;}
.news_box{height:auto;overflow: hidden;}
.arrow_left{top:auto;bottom:10px; border:0;}

.ny_content .content_right2{padding-bottom:0;}
.news_box:hover .news_txt {padding:20px 0 20px 23%;}
.news_box:hover .news_date {padding: 20px 3% 0 0;}

.ny_content .ny_news_con{min-height:100px;}

.content_right .conn .xgcp li{width:46%;}
.content_right .conn .xgcp li:nth-child(2n){margin-right:0;}
.content_right .conn .xgcp li div .pro_img{height:140px;}
.ly_msg ul li h4{display:none;}
.cpzx .ly_msg ul li div{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara{width:100% !important;padding-right:0;}
.cpzx .ly_msg ul li .msg_ipt12{width:100% !important;}
.ly_msg ul li div.msg_ipt2{width:30% !important;}
.ly_msg ul li span{display:none;}
.ly_msg{margin: 0 auto 0 !important;}
.cpzx .msg_btn input{width:49%;margin-right:0;}
.cpzx .msg_btn input:first-child{margin-right:2%;}

.content_right .conn .proshow1{padding-top:0;}
.proshow1 .js-silder .silder-main-img{height:300px;}
.content_right .conn .proshow1 .js-silder{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:20px;padding-bottom:20px;}
.content_right .conn .proshow1 .prodesc{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:15px;}
.content_right .conn .proshow1 .prodesc p.desc{height:74px;}
.content_right .conn .proshow1 .pro_btn{padding-top:15px;}
.content_right .conn .proshow1 .pro_btn1{height:44px;line-height:44px;}
.content_right .conn .proshow1 .pro_btn2{height:44px;line-height:44px;}
.content_right .conn .proshow1 .pro_btn2 em{display:none;}
.tags_title{margin: 20px 0 30px;}
.proshow2 .prodetail_con{width:100%;}
.proshow2{padding-top:0;}
.proshow2 .prodetail_con .content{padding:10px 0;}

.ny_products .pro_bd ul li div .pro_img{height:174px;}

}

/*headtop 开始 */
.ly_headtop { width:100%; height:40px; overflow:hidden; margin:0 auto; padding:0; background-color:#f5f5f5;}
.ly_headtop .lyht_main { width:1200px; height:40px; overflow:hidden; margin:0 auto; padding:0;}
.lyht_main .lyht_fl { width:50%; height:40px; overflow:hidden; line-height:40px; color:#797979; font-size:14px; white-space:nowrap; text-overflow: ellipsis; float:left;}
.lyht_main .lyht_fr { width:50%; height:40px; overflow:hidden; line-height:40px; color:#797979; font-size:14px; text-align:right; float:right;}
.lyht_fl img { display:block; width:20px; height:20px; overflow:hidden; margin:10px 4px 10px 0; padding:0; float:left;}
.lyht_fl a { color:#797979;}
.lyht_fr a { display:inline-block; color:#797979; margin:0; padding:0 10px;}
.lyht_fl a:hover, .lyht_fr a:hover { color:#1f71c2;}
.lyht_fr em { display:inline-block; width:1px; height:15px; overflow:hidden; margin:-2px 0 0; padding:0; vertical-align:middle; background-color:#dfdfdf;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_headtop .lyht_main { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.ly_headtop .lyht_main { width:96%;}
}
@media screen and (max-width:767px) {
	.ly_headtop { display:none;}
}
/*headtop 结束 */

/*产品详情多图切换和右侧文字*/
.pro_detail_main { width:100%; height:auto; margin: 0 auto 40px; padding: 0; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:53%; min-height:360px; overflow: hidden; margin: 0; padding: 0 0 80px; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #32353a; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:140px; overflow:hidden; margin:20px auto; padding:20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-size:14px; text-align: justify; margin:0 auto; padding:0;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 20px auto; padding: 0;}
.pro_detail_text ul li { width:50%; height:30px; overflow: hidden; line-height: 30px; color: #888; font-size: 15px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin: 10px auto; padding: 0; float:left;}
.pro_detail_text ul li img { display:block; width:16px; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left;}
.pro_detail_text ul li span { color:#333;}
.pro_detail_text .pro_detail_btn { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:0;}
.pro_detail_btn a { display:block; width: 48%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #1f71c2;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #4a4a4a;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #1f71c2;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #2a2a2a;}

/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 440px; margin: 0; padding: 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:70px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:70px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:70px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:70px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #dfdfdf; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:360px; overflow:hidden; padding:10px 0; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;position:relative;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.pro_detail_main { width:100%; padding:0;}
	.prodetail_img { width:45%; position:inherit;float: left;}
	#preview, #spec-n5, #spec-list, .jqzoom { width:100%;}
	.pro_detail_main .pro_detail_text { width:52%;}
	.pro_detail_text .pro_detail_btn { width:100%;}
	.zoomdiv { left:104%!important;}	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.pro_detail_main { width:100%; margin: 25px auto;}
	.prodetail_img { width:100%; height:auto; margin:0 0 20px;}
	#preview { width:100%;}
	.jqzoom { width:100%;height: 285px;}
	.pro_detail_main .pro_detail_text { width:100%;padding-top:0;height: auto;min-height:260px; padding-bottom:48px;}
	.pro_detail_text h1 { font-size:22px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto; padding: 12px 16px; height:auto;}
	.pro_detail_text ul { overflow:hidden; margin: 10px auto;}
	.pro_detail_text ul li { font-size:14px; margin: 6px auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a { height:48px; line-height:48px; width:48%; font-size:16px;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 0 0;}
	#spec-n5 { width:100%;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}
@media (max-width:767px) {
	.pro_detail_main { width:100%; margin: 20px auto;}
	.prodetail_img { width:100%; height:auto; margin:0 auto 20px;}
	#preview { width:100%;}
	.jqzoom { width:100%;height: 285px;}
	.pro_detail_main .pro_detail_text { width:100%; padding-top:0; height: auto;min-height:260px; padding-bottom:48px;}
	.pro_detail_text h1 { font-size:22px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto;padding: 12px;height:auto;}
	.pro_detail_text ul { overflow:hidden; margin: 10px auto;}
	.pro_detail_text ul li { font-size:14px; margin: 4px auto;width:100%;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a { height:48px; line-height:48px; width:48%; font-size:16px;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 0 0;}
	#spec-n5 { width:100%;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
	#spec-list ul li{height:54px;}
	#spec-n5{height:54px;}
}


/*荣誉资质-公司简介 开始*/
.ly_AboutHonor { width:100%; overflow:hidden; margin:0 auto; padding:40px 0 50px; background-color:#f3f3f3;}
.lyAboutHonor_list {width: 90%;max-width: 1280px;height:auto; margin:0 auto; padding:0 60px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ny_honor_scoll { width:100%; padding:0;padding-top:35px;}
.ny_honor_scoll .item { position:relative;}
.ny_honor_scoll .lSPrev, .ny_honor_scoll .lSNext { background:#c1c1c1 url(../images/jt_l.png) center center no-repeat; width:40px; height:40px; position:absolute; left:-60px; top:50%; margin-top:-20px;cursor:pointer;}
.ny_honor_scoll .lSNext { left:auto; right:-60px; background:#c1c1c1 url(../images/jt_r.png) center center no-repeat;}
.ny_honor_scoll .lSPrev:hover { background:#16b4b9 url(../images/jt_l.png) center center no-repeat;}
.ny_honor_scoll .lSNext:hover { background:#16b4b9 url(../images/jt_r.png) center center no-repeat;}
.ny_honor_scoll .content-slider { width:100%; overflow:hidden;}
.ny_honor_scoll .content-slider li .pic { display:block; width:100%; height:220px; background-color:#fff; text-align:center; position:relative; overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.ny_honor_scoll .content-slider li .pic img { max-width:95%; max-height:95%; vertical-align:middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s;}
.ny_honor_scoll .content-slider li .pic .iblock { display:inline-block; height:100%; width:0; vertical-align:middle}
.ny_honor_scoll .content-slider li:hover .pic img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.ny_honor_scoll .lSPager { display:none;}

.ny_honor_scoll .content-slider li .lyAboutHonor_text { display:block; width:100%; height:60px; overflow:hidden; line-height:40px; color:#333; font-size:15px; white-space:nowrap; text-overflow: ellipsis; margin:1px auto 0; padding:10px 50px 10px 15px; background-color:#fff; position:relative; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.ny_honor_scoll .content-slider li .lyAboutHonor_text em { display:block; width:40px; height:40px; overflow:hidden; margin:0; padding:0; background:url(../images/jt5.png) center center no-repeat; position:absolute; top:10px; right:10px;}
.ny_honor_scoll .content-slider li:hover .lyAboutHonor_text { background-color:#1f71c2; color:#fff;}
.ny_honor_scoll .content-slider li:hover .lyAboutHonor_text em { background:url(../images/jt6.png) center center no-repeat;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.lyAboutHonor_list { width:90%; padding:0 5%;}
	.ny_honor_scoll { padding: 35px 0 0;}
	.ny_honor_scoll .item { overflow: hidden;}
	.ny_honor_scoll .lSPrev, .ny_honor_scoll .lSNext { display:none;}
	.ny_honor_scoll .content-slider li .pic { height:200px;}
	.ny_honor_scoll .content-slider li .lyAboutHonor_text{font-size:14px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.lyAboutHonor_list { width:96%; padding:0 2%;}
	.ny_honor_scoll { padding: 35px 0 0;}
	.ny_honor_scoll .item { overflow: hidden;}
	.ny_honor_scoll .lSPrev, .ny_honor_scoll .lSNext { display:none;}
	.ny_honor_scoll .content-slider li .pic { height:260px;}
	.lSAction { display:none;}
	.ny_honor_scoll .content-slider li .lyAboutHonor_text{font-size:14px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_AboutHonor { padding:30px 0;}
	.lyAboutHonor_list { width:96%; margin:0 auto; padding:0 2%;}
	.ny_honor_scoll { padding: 35px 0 0;}
	.ny_honor_scoll .item { overflow: hidden;}
	.ny_honor_scoll .lSPrev, .ny_honor_scoll .lSNext { display:none;}
	.ny_honor_scoll .content-slider li .pic { height:250px;}
	.lSAction { display:none;}
	.ny_honor_scoll .content-slider li .lyAboutHonor_text{font-size:14px;}
}
@media (max-width: 767px) {
	.ly_AboutHonor { padding:30px 0;}
	.lyAboutHonor_list { width:94%; margin:0 auto; padding:0 3%;}	
	.ny_honor_scoll { padding: 35px 0 0;}
	.ny_honor_scoll .item { overflow: hidden;}
	.ny_honor_scoll .content-slider li .pic { height:150px;}
	.lSAction { display:none;}
	.ny_honor_scoll .content-slider li .lyAboutHonor_text{font-size:14px;height: 50px;line-height: 44px;padding: 5px 50px 5px 15px;text-align: center;}
	.ny_honor_scoll .content-slider li .lyAboutHonor_text em{top:5px;}
}
/*荣誉资质-公司简介 结束*/

/*内页-产品列表 开始*/
.nyPro_list { width:100%; height:auto; margin:0 auto; padding:0 0 0.1px;}
.nyPro_list ul li { width:100%; height:auto; margin:0 auto 30px; padding:20px; background-color:#fff; border:1px solid #dfdfdf; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li:hover { border:1px solid #fff; box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
.nyPro_list ul li .nyProList_img { width:20%; height:158px; overflow:hidden; margin:0; padding:0; background-color:#fff; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li .nyProList_img a img.nyPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyPro_list ul li:hover .nyProList_img a img.nyPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.nyPro_list ul li .nyProList_img a i.nyPro_mask { display:none; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background:rgba(24, 67, 122, 0.6) url(../images/eye.png) center center no-repeat; position:relative; left:0; top:0; z-index:2;}
.nyPro_list ul li:hover .nyProList_img a i.nyPro_mask { display:block;}

.nyPro_list ul li .nyProList_text { width:76%; height:158px; overflow:hidden; margin:0; padding:0; float:right;}
.nyPro_list ul li .nyProList_text .nyProList_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_name a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#32353a; font-size:18px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nyProList_text .nyProList_name a:hover { color:#1f71c2;}
.nyPro_list ul li .nyProList_text .nyProList_ms { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_ms p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#797979; font-size:14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nyPro_list ul li .nyProList_text .nyProList_tips { width:100%; overflow:hidden; margin:3px auto; padding:0;}
.nyProList_text .nyProList_tips dl dd { display:inline-block; height:40px; overflow:hidden; line-height:40px; color:#aaa; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0 10px 0 0; float:left;max-width:180px;}
.nyProList_text .nyProList_tips dl dd span { color:#32353a;}
.nyPro_list ul li .nyProList_text .nyProList_btn { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_btn a { display:block; width:88px; height:34px; overflow:hidden; line-height:32px; color:#aaa; font-size:14px; text-align:center; margin:0 20px 0 0; padding:0; border:1px solid #dfdfdf; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyProList_text .nyProList_btn a:first-child { color:#fff; background-color:#1f71c2; border:1px solid #1f71c2;}
.nyProList_text .nyProList_btn a:hover { color:#fff; background-color:#16b4b9; border:1px solid #16b4b9;}


@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.nyPro_list ul li { margin:0 auto 20px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.lyNy_Xgwz { margin:0 auto;}
	.nyPro_list ul li { margin:0 auto 20px; padding: 20px;}
	.nyPro_list ul li .nyProList_text{height:auto;}
	.nyProList_text .nyProList_tips dl dd:nth-child(3){width:100%;padding:0;}
	.nyProList_text .nyProList_tips dl dd{height:30px;line-height:30px;}
}
@media (max-width: 767px) {
	.nyPro_list ul li { margin:0 auto 20px; padding:20px 10px;}
	.nyPro_list ul li .nyProList_img { width:100%; height:214px; margin:0 auto 20px;}
	.nyPro_list ul li .nyProList_text { width:100%; height:auto;}
	.nyProList_text .nyProList_name a { height:40px; line-height:40px; font-size:16px;}
	.nyProList_text .nyProList_ms p { height:auto; max-height:48px; line-height:24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space:inherit;}
	.nyPro_list ul li .nyProList_text .nyProList_tips { margin:10px auto;}
	.nyProList_text .nyProList_tips dl dd { width:100%; height:30px; line-height:30px; margin:0 0 0 0; padding:0;}
	.nyProList_text .nyProList_tips dl dd:nth-child(2n+2) { margin:0;}
	.nyPro_list ul li .nyProList_text .nyProList_btn { width:100%; margin:0 auto;}
	.nyProList_text .nyProList_btn a { width:48%; height:40px; line-height:38px; margin:0; float:left;}
	.nyProList_text .nyProList_btn a:first-child { margin:0 4% 0 0;}
}
/*内页-产品列表 结束*/


/*详情页内容超出设置*/
@media (min-width:1199px) {
#c_detail_wrap #new-div .zoom-caret{display:none !important;}
}
#c_detail_wrap img,#c_detail_wrap p,#c_detail_wrap span,#c_detail_wrap div,#c_detail_wrap video,#c_detail_wrap embed{height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;}

#c_detail_wrap #new-div{overflow-x: hidden;overflow-y: hidden;width: 100%;position:relative;}
#c_detail_wrap #new-div .zoom-caret{display:block;position: absolute;top: 10px;right: 5px;font-size: 50px;color: #a7a5a5;z-index: 2;padding: 0;margin: 0;opacity: .3;}
#c_detail_wrap #new-div table{transform-origin: left top;border-collapse: collapse;max-width: none!important;width: auto;}
#c_detail_wrap #new-div table td{padding: 3px;border: 1px solid #ccc;}
#c_detail_wrap #new-div table td img{max-width:90% !important;}

#c_detail_wrap #new-div.on{overflow:scroll; width: 100%;}
#c_detail_wrap #new-div.on .zoom-caret{display:none;}

/*设置滚动条样式*/
#c_detail_wrap #new-div::-webkit-scrollbar {height:2px;}/* 滚动槽 */
#c_detail_wrap #new-div::-webkit-scrollbar-track {background-color:#f0f0f0;border-radius:0px;}/* 滚动条滑块 */
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {background-color:#bfbfbf;}
#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {background-color:#3c3c3c;}

@media (max-width:880px) {
#c_detail_wrap img,#c_detail_wrap p,#c_detail_wrap span,#c_detail_wrap div,#c_detail_wrap video,#c_detail_wrap embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;}
}

/*内页-关于我们 开始*/
/*首页-大标题 开始*/
.ly_title0 { width:100%; height:60px; overflow:hidden; margin:0 auto 40px; padding:0; position:relative;}
.ly_title0 span { display:block; width:100%; height:40px; line-height:40px; color:#f0f0f0; font-size:44px; font-weight:bold; text-align:center; margin:0; padding:0;}
.ly_title0 p { display:block; width:100%; height:40px; line-height:40px; color:#1f71c2; font-size:36px; font-weight:bold; text-align:center; margin:0; padding:0; position:absolute; left:0; top:20px;}

@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
}
@media screen and (max-width:1023px) and (min-width:768px) {	
	.ly_title0 { margin:0 auto 20px;}
}
@media (max-width: 767px) {	
	.ly_title0 { height:45px; margin:0 auto 20px;}
	.ly_title0 p { height:30px; line-height:30px; font-size:28px; padding:0; top:15px;}
	.ly_title0 span { height:30px; line-height:30px; font-size:24px;}
}
@media (max-width: 320px) {	
	.ly_title0 span { height:30px; line-height:30px; font-size:22px;}
}
/*首页-大标题 结束*/

.ly_NyAboutus {width:100%;min-height: 480px;overflow:hidden;margin: 40px auto;padding:0;}

/*关于我们-公司简介 开始*/
.ly_Gsjj {width:1200px;overflow:hidden;margin: 0 auto;padding:0;}
.lyGsjj_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyGsjj_main .lyGsjj_img { width:100%; overflow:hidden; margin:0 auto 30px; padding:0;}
.lyGsjj_img img { display:block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0;}
.lyGsjj_main .lyGsjj_text { width:100%; overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyGsjj_text .lyGsjj_name { width:100%; overflow:hidden; color:#333; font-size:24px; text-align:center; margin:0 auto 30px; padding:0;}
.lyGsjj_text p { line-height:32px; color:#787878; font-size:15px; text-align:justify; word-break: break-all; margin:0 auto; padding:0;}
.lyGsjj_text p span, .lyGsjj_text p em { color:#787878!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:14px!important; font-style:normal!important; font-weight:normal!important;}


@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_Gsjj { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_Gsjj { width:96%;}
	.lyGsjj_main .lyGsjj_img { width:100%; margin:0 auto 20px; text-align:center;}
	.lyGsjj_img img { display:inline-block; width:auto; max-width:100%;}
	.lyGsjj_main .lyGsjj_text { width:100%; margin:0 auto; padding:0;}
	.lyGsjj_text p { text-align:center; text-indent:0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ny_title, .ny_title1 { margin:0 auto 20px;}
	.ly_NyAboutus{ margin:40px auto 0;}
	.ly_Gsjj { width:96%; margin:0 auto 40px;}
	.lyGsjj_main .lyGsjj_img { width:100%; margin:0 auto 20px; text-align:center;}
	.lyGsjj_img img { display:inline-block; width:auto; max-width:100%;}
	.lyGsjj_main .lyGsjj_text { width:100%; margin:0 auto; padding:0;}
	.lyGsjj_text p { _text-align:center; text-indent:0;}
}
@media (max-width: 767px) {
	.ly_NyAboutus{ margin:40px auto 0;}
	.ny_title, .ny_title1 { margin:0 auto 20px;}
	.ny_title p i, .ny_title1 p i { width:80px;}
	
	.ly_Gsjj { width:94%; margin:0 auto 40px;}
	.lyGsjj_main .lyGsjj_img { width:100%; margin:0 auto 20px; text-align:center; float: inherit;}
	.lyGsjj_img img { display:inline-block; width:auto; max-width:100%;}
	.lyGsjj_main .lyGsjj_text { width:100%; margin:0 auto; padding:0;}
	.lyGsjj_text p { _text-align:center; text-indent:0;}
}
/*关于我们-公司简介 结束*/

/*厂房展示-公司简介 开始*/
.ly_Workshop {width:100%;overflow:hidden;margin: 0 auto;padding:60px 0;background-color:#f8f8f8;}
.ly_Workshop .lyWorkshop_main { width:1200px; overflow:hidden; margin:0 auto; padding:0;}
.lyWorkshop_main .lyWorkshop_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyWorkshop_con p { width:100%; overflow:hidden; line-height:30px; color:#797979; font-size:15px; text-align:justify; margin:0 auto 25px; padding:0;}
.lyWorkshop_con ul li { width:23.5%; height:210px; overflow:hidden; margin:0 2% 0 0; padding:0; float:left; position:relative;}
.lyWorkshop_con ul li:nth-child(4) { margin:0;}
.lyWorkshop_con ul li img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyWorkshop_con ul li:hover img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_Workshop .lyWorkshop_main { width:90%;}
	.lyWorkshop_con ul li { height:180px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_Workshop .lyWorkshop_main { width:96%;}
	.lyWorkshop_con ul li { height:174px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_Workshop { margin:0 auto; padding:40px 0;}
	.ly_Workshop .lyWorkshop_main { width:96%;}
	.lyWorkshop_con p { margin:0 auto 20px;}
	.lyWorkshop_con ul li { height:130px;}
}
@media (max-width: 767px) {
	.ly_Workshop { margin:0 auto; padding:40px 0;}
	.ly_Workshop .lyWorkshop_main { width:94%;}
	.lyWorkshop_con p { margin:0 auto 20px;}
	.lyWorkshop_con ul li { width:49%; height:140px; margin:0 2% 12px 0 0;}
	.lyWorkshop_con ul li:nth-child(2) { margin:0 0 12px;}
}
/*厂房展示-公司简介 结束*/

/*内页-企业文化 开始*/
.idxAbout_ul { width:100%; overflow:hidden; margin:30px auto 0; padding:0;}
.idxAbout_ul ul li { width:23.5%; overflow:hidden; margin:0 2% 0 0; padding:30px; border:1px solid #dfdfdf; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.idxAbout_ul ul li:nth-child(4) { margin:0;}
.idxAbout_ul ul li img { display:block; width:70px; height:70px; overflow:hidden; margin:0 auto 20px; padding:0;}
.idxAbout_ul ul li .idxAbout_ultit { width:100%; overflow:hidden; line-height:30px; color:#086ab1; font-size:18px; text-align:center; margin:0 auto; padding:0;}
.idxAbout_ul ul li em { display:block; width:40px; height:1px; overflow:hidden; background-color:#086ab1; margin:10px auto; padding:0;}
.idxAbout_ul ul li p { width:100%; height:72px; overflow:hidden; line-height:24px; color:#777; font-size:14px; text-align:center; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.idxAbout_ul ul li { padding: 30px 15px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.idxAbout_ul ul li { padding: 20px 15px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.idxAbout_ul ul li { width:48.5%; margin:0 3% 0 0; padding: 20px;}
	.idxAbout_ul ul li:first-child { margin:0 3% 20px 0;}
	.idxAbout_ul ul li:nth-child(2n+2) { margin:0;}
	.idxAbout_ul ul li p { height:48px;}	
}
@media (max-width: 767px) {
	.idxAbout_ul { margin:20px auto 0;}
	.idxAbout_ul ul li { width:100%; margin:0 auto 20px; padding: 20px;}
	.idxAbout_ul ul li p { height:auto;}
}
/*内页-企业文化 结束*/

/*内页-关于我们 结束*/